Symphony Framework
RemoveAtCollection Method
Symphony.Conductor.Types Namespace > AsyncObservableCollection<T> Class : RemoveAtCollection Method
The index value of the item to remove from the collection.
Provides a thread safe way to remove an item from the AsyncObservableCollection.
Syntax
public void RemoveAtCollection( 
   int index
)

Parameters

index
The index value of the item to remove from the collection.

Return Value

void
Remarks
Always use the RemoveAtCollection method to remove an item from the collection as this is a thread safe way to perform the function.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AsyncObservableCollection<T> Class
AsyncObservableCollection<T> Members